home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winbn251.zip / WINBENCH.HLP < prev   
Text File  |  1992-04-22  |  13KB  |  284 lines

  1. PC Magazine Labs Windows Graphics Benchmark Help
  2. Version 2.51
  3.  
  4. Version 2.51 computes the Graphics WINMARK, the weighted geometric mean 
  5. of twelve Windows graphics operations that are the most frequently used 
  6. by major Windows applications.  In November 1991, PC Labs instrumented 
  7. three classes of leading Windows applications (text-oriented, bitmapped 
  8. graphics, and vector graphics applications), and found that several BitBlt, 
  9. line drawing, and rectangle filling operations prevailed over all others.   
  10. The specific operations are:
  11.  
  12.   Memory to Screen Source Copy
  13.   Memory to Screen Pattern Copy
  14.   Memory to Screen Pattern Invert
  15.   Memory to Screen Destination Invert
  16.   Memory to Screen Whiteness
  17.   Draw Horizontal Single Lines
  18.   Draw Vertical Single Lines
  19.   Draw Diagonal Single Lines
  20.   Draw Horizontal Polylines
  21.   Draw Vertical Polylines
  22.   Draw Diagonal Polylines
  23.   Random Rectangles
  24.  
  25. When you start WINBENCH, it gives you the options of running the WINMARK 
  26. tests, running the Advanced (detailed) tests, or exiting from the program.  
  27. The Graphics WINMARK result is the weighted GEOMETRIC mean of the twelve 
  28. tests. In the case where all the weights add up to 1.0, the weighted 
  29. geometric mean is calculated as the product of each test result raised 
  30. to the power of its weight.  In more mathematical terms,
  31.     WINMARK = (r1**w1)*(r2**w2)*...(rn**wn)
  32. where r1...rn are the test results, and w1...wn are the corresponding 
  33. weights, and the paired asterisks (**) denote the mathematical operation 
  34. of exponentiation.
  35.  
  36. You may run the WINMARK tests and/or display the results by selecting
  37. Options | WINMARK at any time.
  38.  
  39. To manufacturers of personal computers and graphics hardware, publishers of
  40. Windows software drivers, and others who will publicize WINMARKs for 
  41. commercial and non-commercial purposes:
  42.  
  43. To minimize the possibility of misrepresenting the results of the PC Magazine
  44. WINMARK test, you should make sure that any publication or distribution of these
  45. results in printed or electronic form includes the brand name, clock speed, and
  46. processor model of the PC on which the test was run, a concise description of the
  47. graphics hardware used for the test, and the Windows driver name, description, and
  48. version used for the test.  You may choose to augment this information by specifying
  49. the graphics chip set, host PC cache memory, and any other pertinent information.
  50. The Graphics WINMARK and the other WINBENCH tests are sensitive to all of these 
  51. factors.
  52. A sample description follows:
  53.  
  54. A 37MHz White Label 80486 PC with a Generic Super VGA card running with
  55. Version 3.17 of VGA.DRV (640x480x16 colors) achieved a WINMARK result of
  56. 2,366,439.
  57.  
  58. The Compaq 386/25e used as a reference PC for the WINMARK was configured with
  59. 8 megabytes of 80 nanosecond DRAM and VGA integrated onto the system board.  This
  60. PC was tested with the standard VGA driver packaged with Windows 3.0, Version
  61. 3.00 of the driver VGA.DRV operating with 640x480x16 colors.
  62.  
  63. PC Labs is currently doing further instrumentation and analysis of major Windows
  64. applications, using more sophisticated graphical device interface (GDI)
  65. profiling tools recently made available by Microsoft.  Subsequent releases of
  66. WINBENCH may reflect adjustments in both the functions used and their weights,
  67. depending on the results of the analysis.
  68.  
  69. BENCHMARK OPTIONS
  70.  
  71. You may select the following items in the Modify Options dialog box:
  72.  
  73.   User Preference Options
  74.  
  75.      You may enable or disable the display of the timing dialog boxes at the end of
  76. each set of tests via the DISPLAY RESULTS radio buttons.
  77.  
  78.      You may enable or disable the output of a results file and change the file
  79. format via the FILE OUTPUT radio buttons.
  80.  
  81.      If you do select file output, then you can enter a name for the file and a
  82. heading for the file into the edit boxes in the FILE OPTIONS group box.
  83.  
  84.   Save Checkbox
  85.  
  86.      To the left of the OK button in the Modify Options dialog box is a single
  87. checkbox, labeled "Save".  If you select this option, WINBENCH will remember your
  88. current option settings, and automatically use these settings each time WINBENCH
  89. runs.  WINBENCH saves the option settings in the [Version.2.0] section of the
  90. WINBENCH.INI file in your Windows directory.
  91.  
  92.      If you use the same file name for different runs of WINBENCH, results from the
  93. current test are appended to the results of preceding tests.
  94.  
  95.  
  96. SUGGESTED USAGE
  97.  
  98.      If this is the first time you've used the WINBENCH benchmark, you may wish to
  99. experiment with it.  You can select and run any individual test via the menus.
  100.  
  101.      If you are timing the performance of a display card, you should run all of the
  102. detailed tests.  The fastest way to run all of the tests is to disable the display
  103. of results, and then enable the file options.  Running in this mode allows the
  104. benchmark to proceed without intervention, and to record its results in a file.
  105.  
  106.      To run all detailed tests automatically:
  107.  
  108.       Select "Modify Options" from the OPTIONS menu.
  109.       Select "No" for Display Results.
  110.       Select "Yes" for File Output.
  111.       Enter a name for the results file.
  112.       Enter a file heading for the results file.
  113.       Select OK.
  114.       Select "Run All Tests" from the OPTIONS menu.
  115.  
  116.      You may interrupt any sequence of tests by pressing ESC.  If ESC is pressed, the
  117. test currently running will complete, and you will be asked if you wish to cancel or
  118. continue.
  119.  
  120.  
  121. DESCRIPTIONS OF THE TESTS
  122.  
  123. BitBlt
  124.      The BIT BLock Transfer operation (BITBLT) with all of its variations is the
  125. single graphics operation most used within the Windows environment.
  126.  
  127.       The BitBlt Alignment tests perform a set of BitBlt copy operations of
  128.      various sizes from one area of the client window to another.  Aligned and
  129.      unaligned areas show the differences in throughput for video cards that perform
  130.      best when the data is aligned on an eight-pixel horizontal boundary.
  131.  
  132.       The BitBlt Overlap tests exercise the ability of a video card and Windows
  133.      driver to perform BitBlt copy operations where the source and destination
  134.      overlap in the window.
  135.  
  136.       The BitBlt ROPS tests are a series of 48 tests of the most frequently used
  137.      BitBlt operations for three combinations of source and destination: memory to
  138.      screen, screen to screen, and memory to memory.
  139.  
  140.       The BitBlt Screen/Memory tests copy source images in memory and on screen
  141.      to random destinations in the client window.
  142.  
  143. Curves
  144.      The Curves tests show the difference in performance between video cards that
  145. have hardware curve drawing operations and those cards that do not.
  146.  
  147.       The Partial Arcs tests draw arc shaped lines.
  148.  
  149.       The Ellipses test draw and fill ellipses.
  150.  
  151. Lines
  152.      The Lines tests are the second most frequently used group Windows graphics
  153. operations.  They show the difference in performance between video cards that have
  154. hardware line drawing operations and those cards that do not.
  155.  
  156.       The Single Lines tests draw single horizontal, vertical, and diagonal lines
  157.      across the window.  Drawing lines in different directions shows that various
  158.      video cards and drivers draw lines faster in one direction than another.  With
  159.      many video cards, horizontal line drawing is fastest, followed by vertical, then
  160.      diagonal.
  161.  
  162.       The PolyLines tests draw many horizontal, vertical, and diagonal lines
  163.      across the window with a single Windows graphics operation.  Interpretation of
  164.      results is similar to the Single Lines tests.
  165.  
  166.       The All Directions test draws lines at every possible angle.  The results
  167.      represent a composite of the line drawing capabilities of a video card and
  168.      driver.
  169.      
  170.       The Wide Lines tests draw lines of varying width in random directions and
  171.      random lengths.
  172.  
  173. Polygons
  174.      The Polygons tests exercise operations used by business graphics and drawing
  175. software.
  176.  
  177.       The Alternate Fill test fills the area between the odd-numbered and the
  178.      even-numbered sides of a polygon.
  179.      
  180.       The Winding Fill test draws a border that encloses a polygon but does not
  181.      overlap, then fills the shape defined by the border.
  182.  
  183. Rectangles
  184.      The Rectangles tests are the third most frequently used group Windows graphics
  185. operations.  They show the difference in performance between video cards that have
  186. rectangular area filling operations and those cards that do not.
  187.  
  188.       The Boxes tests fill concentric rectangles of various sizes.  One test
  189.      fills square rectangles and the other fills rectangles with rounded corners.
  190.      
  191.       The Random test draws and fills rectangles of random size and placement on
  192.      the screen.  It uses different colors and fill patterns for each rectangle.
  193.  
  194.       The Patterns test fills the client window with rectangles using various
  195.      shades from black to white, and using the standard Windows cross-hatching
  196.      patterns.
  197.  
  198. Text
  199.      The Text tests exercise Windows operations that are used by Windows itself and
  200. by word processors, desktop publishing software, spreadsheets, and other software
  201. that makes extensive use of different fonts in different sizes.
  202.  
  203.       The Image Fonts tests repeatedly fills the client window with the system
  204.      font, and two sizes each of the Roman and Helvetica fonts.
  205.      
  206.       The Scroll Fonts tests repeatedly scroll the client window upward and fill
  207.      the bottom of the screen with text.  There are five tests using the system font,
  208.      and two sizes each of the Roman and Helvetica fonts.  These tests are typical of
  209.      the scrolling operations done by word processors and desktop publishing
  210.      software.
  211.      
  212.       The Background Mix tests display the system font against opaque and
  213.      transparent backgrounds.
  214.      
  215.       The Greyed Text test displays the system font in grey at random positions
  216.      and angles on the screen.
  217.      
  218.       The Mixed Fonts test displays the Courier font in normal, italic,
  219.      underline, and bold faces.
  220.  
  221. Misc
  222.      The Misc tests perform miscellaneous graphics operations done by Windows.
  223.  
  224.       The Stretch tests display the PC Magazine logo in different sizes,
  225.      stretching or shrinking it to eleven different dimensions.
  226.      
  227.       The Image Data test displays the PC Magazine logo in 256 combinations of
  228.      foreground and background colors.
  229.  
  230. User Interface
  231.      The User Interface tests exercise high-level functions that are part of the
  232. Windows user interface.
  233.  
  234.       The Dialogue Boxes test draws a dialogue box on screen, then restores the
  235.      part of the client window covered by the dialog box.
  236.      
  237.       The Rubber Banding test varies the size of a rectangle, an operation used
  238.      in drawing packages and by software that supports the Windows clipboard
  239.      
  240.       The Scroll Window tests scroll text inside a window, an operation used by
  241.      list boxes and combo boxes.  One test scrolls with the window aligned on an
  242.      eight-pixel horizontal boundary, and the other uses an unaligned boundary.
  243.      Aligned and unaligned scrolling show the differences in throughput for video
  244.      cards that perform best when the data is aligned on an eight-pixel horizontal
  245.      boundary.
  246.  
  247.       The Clear Window test clears the client window.
  248.  
  249. Clipping
  250.      The Clipping tests show the effect of graphics operations performed through a
  251. combination of four rectangular clipping areas.
  252.  
  253.       The BitBlt Clipping test displays the PC Magazine logo at random points in
  254.      the client window.
  255.  
  256.       The Line Clipping test draws lines in all direction.
  257.  
  258.       The Text Clipping test repeatedly fills the client window with text.
  259.  
  260. Options
  261.      The Options menu allows you to select different options and to view test
  262. information.
  263.  
  264.       The System Information menu choice displays information about the current
  265.      combination of video card, video driver, and PC being tested.
  266.      
  267.       The Modify Options menu choice allows you to change the options for running
  268.      tests.  It is described above.
  269.      
  270.       The Run All Tests menu choice runs all of the tests using the current
  271.      options.
  272.  
  273.       The WINMARK menu choice runs the tests used to calculate the Graphics 
  274.      WINMARK value, the weighted geometric mean for the combination of graphics 
  275.      adapter and PC system on which the tests are run.
  276.  
  277.       The Demo Mode runs all of the tests but neither displays test results nor
  278.      produces a file containing test results.
  279.  
  280.       The Compare Results menu choice allows you to select another set of test
  281.      results to compare with the results run to date for the current test
  282.      configuration.  You may select test results only from files written by WINBENCH
  283.      in XLS format into the directory from which you have launched WINBENCH.
  284.